object OkDlg: TOkDlg Left = 353 Top = 214 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 199 ClientWidth = 361 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object QLabel: TLabel Left = 58 Top = 18 Width = 71 Height = 13 Caption = 'Confirmation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Icon: TImage Left = 2 Top = 18 Width = 53 Height = 60 AutoSize = True end object Qlabel2: TLabel Left = 58 Top = 42 Width = 71 Height = 13 Caption = 'Confirmation' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object BOk: TButton Left = 136 Top = 160 Width = 75 Height = 25 Caption = 'OK' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = BOkClick end object BCancel: TButton Left = 240 Top = 160 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = BOkClick end end